jfdeclercq.com Welcome Photos About Blog
Feedback Contact Twitter Facebook LinkedIn Downloads Lowas.be

- >> December 2019 >> - Show 10, 25, 50, All News - Expand All, Compact All, 1024 chars

January 2020

"Drink your own champagne" is better than "Eat your own dog food"
http://twitter.com/jfdeclercq_biz/status/1217126383983394821
My 2 jArchi scripts (one new as I had forgotten to post it last year) #arcimate #archi ? https://t.co/XnFY4spHGF https://t.co/glgKYXIzzm
http://twitter.com/jfdeclercq_biz/status/1216032323776516096

Last year I wrote 2 jArchi scrips. Those scripts allow to add functionality to the Archimate toolkit. (The Archimate toolkit is a a tool which allow Business and IT Architects to model the Business/Enterprise/IT architectutes using the Archimate notation.)

The scripts are tagged #jarchi on Github. (See also github/jfdeclercq)

I always need to search for my own scripts so I post them here also.

Script to add a note to a diagram:

/*
 * New Archi Script
 */
console.log("AddNote Started !");
//var date = new Date();
//console.log(date.toString());
//var note = archimateView.createObject("note", 10, 200, -1, -1);
//note.setText("This is a note.\n\nHello World!");
//var note = visualObject.createObject("note", 10, 200, -1, -1);


// Get the first view in the current selection
var view = selection.filter("archimate-diagram-model").first();
// Get current date
var currentDate = new Date();
// Create a new note and set its text
var note = view.createObject("note", 10, 10, 300, -1);
note.text = view.name + "\n" + currentDate.toString() +"\n" + "Jean-Francois Declercq";
note.fillColor = "#e2e2be";
console.log("Note added to " + view.name);

Script to export a diagram as picture with the name of the view as proposed image name:

//Export View as image (PNG)  with date and diagram name in filename.

// Get the first view in the model
//var view = $("view").first();
var view = selection.filter("archimate-diagram-model").first();
// Get the Base64 bytes of the view in PNG format. Can use "PNG", "BMP", "JPG" or "GIF"
// Options are scale (1 - 4) and margin (pixel value)
var bytes = $.model.renderViewAsBase64(view, "JPG", {scale: 1, margin: 20});

var date = new Date();


// Ask for a file name
var fileName = window.promptSaveFile( { title: "Save View", filterExtensions: [ "*.jpg" ], fileName: ""+ date.toISOString().replace(":","").replace("T","-").slice(0,15)+ "-" + view.name + ".jpg" } );
if(fileName) {
    // Write to file
    $.fs.writeFile(fileName, bytes, "BASE64");
}

How would you define your Minimum Viable Business ? Some answers here #businessarchitecture https://t.co/msDnGcPPNg
http://twitter.com/jfdeclercq_biz/status/1215906814946152449
Building a new business requires building many capabilities... do you have an idea of the number of capabilities your business has ? #entarch #businessarchitecture
http://twitter.com/jfdeclercq_biz/status/1214203216172343300

December 2019

What is robotic process automation (RPA) ? - Definition of the day (whatis dot com ) https://t.co/nAUQHzoTGc
http://twitter.com/jfdeclercq_biz/status/1210819473772437505
RT @Obeo_Fr: Suivez pas-à-pas @fmadiot dans la modélisation de l'organisation d'une entreprise, et en l'occurrence de sa couche métier. Simple, rapide et efficace avec #ObeoSmartEA 5.0. #EntArch #ArchiMate #Cartographie https://t.co/dXuLZ5UxkS https://t.co/pPL46YCcDE
http://twitter.com/jfdeclercq_biz/status/1207412157282955266
@ArchiToolkit If they could all donate... Become Patreons !
http://twitter.com/jfdeclercq_biz/status/1204464109917540353

November 2019

Le risque de pauvreté touche désormais un Belge sur six | L'Echo https://t.co/sDsr0g0jWE
http://twitter.com/jfdeclercq/status/1200379271241449472
Can you have a tactical solution for a strategic goal ?
http://twitter.com/jfdeclercq_biz/status/1199746683485196291
@mayama38 Parcequ' il fallait marquer le coup. Et mettre les points sur les i.
http://twitter.com/jfdeclercq/status/1197604322701455361
@ptitelaurette77 Elles ont toutes des lunettes...
http://twitter.com/jfdeclercq/status/1197601493018390529
RT @enricomolinari: #robots are officially better at reading comprehension than humans TY @nowthisnews via @enricomolinari #ML #DL #quantumcomputing #digital #fintech @ChickTech @devdevcharlie @wfcrittenden2 @farbodsaraf @fortivus @haydentiff @AISOMA_AG @data_nerd @StressFreeKids @marielysngallo https://t.co/iUTyt97MI0
http://twitter.com/jfdeclercq_biz/status/1197497699643351045
"Thank you" @godaddy for removing all my @bluehost DNS entries. Had to repair it all this morning....
http://twitter.com/jfdeclercq/status/1194513969953808386
RT @basvg: A lot of people in the room to listen to the updates in ArchiMate 3.1. Most important change - in my opinion - is the addition of a value stream concept. Heard a lot of talk about starting the work for ArchiMate 4. Exciting times. #ogams #archimate #coll?https://t.co/9itAk72VnV
http://twitter.com/jfdeclercq_biz/status/1192747821486821376
Testing #Hoplr in my neighborhood. Let's use European social networks !
http://twitter.com/jfdeclercq/status/1192166892582166528

|| >> December 2019 >>